home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 46 / Mobiclic46.iso / pc / DATA / SHARED / COMMUNS.CST / 00033_Script_boucle simple < prev    next >
Text File  |  2002-07-12  |  151b  |  9 lines

  1. -- boucle finale
  2. on exitFrame
  3.   if the pauseState=0 then
  4.     if soundBusy(3)=0 then
  5.       niveauSon
  6.     end if
  7.     go to the frame
  8.   end if
  9. end